home *** CD-ROM | disk | FTP | other *** search
- 0 rem << rr25-3 >>
- 1 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- 2 rem - ascii transmitter -
- 3 rem rupert report #25
- 4 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- 5 rem transmit ascii form of program
- 6 rem over the rs-232 channel
- 7 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- 8 open 2,2,0,chr$(8) : cmd 2 : list
- 9 print#2,chr$(26):print#2:close 2:end
- 10 rem -add this program to the program to be transmitted and type 'run 8'
- 11 rem -when the listing is done,
- 12 rem -type 'run 9' to close the file
-